home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / lcnt150u.zip / MKFXFBBS.DOC < prev    next >
Text File  |  1992-11-16  |  2KB  |  59 lines

  1. 28 October 1992.
  2.  
  3. Added a few more options.
  4.  
  5. 1. the /W command line option will display
  6. a dummy list of filenames and directory in
  7. the Maximus logfile format. This can be used
  8. to perform maintenance on all your filelists
  9. in one run. It is unlikey that the default
  10. filenames will actually be contained in any of
  11. the filelists, but LOGCOUNT will do any maintenance
  12. required. It'll just be reporting alot of 'can't find
  13. in files.bbs' messages.
  14.  
  15. you could use the -w command line option for each
  16. and every filelist, but that would take alot of
  17. time and typeing:-)
  18.  
  19. example: MKFXFBBS /w >dummy.log
  20.  
  21. then do a LOGCOUNT -LDUMMY.LOG -V
  22.  
  23.  
  24. 2. the /@ command line option will cause MKFXFBBS to
  25. look though the area.dat and area.ndx files and
  26. display a list of directory translations. These
  27. are used by LOGCOUNT and should be in LOGCOUNT.CFG.
  28.  
  29. example: mkfxfbbs /@ >>logcount.cfg
  30.  
  31. Logcount only allows 75 such translations, so
  32. you may have to investigate the wildard type of
  33. translations. See FIXFBBS.CFG  for more details.
  34.  
  35. Also note the you should edit your existing
  36. logcount.cfg and position any/all wildcard type
  37. translations after anything added by the above
  38. procedure.
  39.  
  40. ---------------------------------------------
  41.  
  42. attempt to creat the directories list and the
  43. file area names by  reading Maximus' AREA.NDX
  44. and AREA.DAT files.  Output can be redirected
  45. to a disk file.  Type  MKFXFBBS ? for all the
  46. help there is.
  47.  
  48. example of redirection.
  49.  
  50. mksfxfbbs > fixfbbs.cfg
  51.  
  52.  
  53. note: If LOGCOUNT.CFG is in the current directory
  54. then the correct includion characters will be
  55. obtained from it, else.... default characters will
  56. be inserted on the first 4 lines. Make sure they
  57. are correct for your situation.
  58.  
  59.